From: Richard M. Stallman Date: Sun, 18 Sep 1994 20:11:07 +0000 (+0000) Subject: (struct process): New field tty_name. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~90175 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=93103d17bad048fd7625adeeca3ca1a495ec9c7c;p=emacs.git (struct process): New field tty_name. --- diff --git a/src/process.h b/src/process.h index eeb70d01e70..fa20f6d765a 100644 --- a/src/process.h +++ b/src/process.h @@ -34,6 +34,8 @@ struct Lisp_Process /* Descriptor for the tty which this process is using. nil if we didn't record it (on some systems, there's no need). */ Lisp_Object subtty; + /* Name of subprocess terminal. */ + Lisp_Object tty_name; /* Name of this process */ Lisp_Object name; /* List of command arguments that this process was run with */